home *** CD-ROM | disk | FTP | other *** search
/ The Big Mouth 10 / Big_Mouth_The_10_1996_-_Side_A.d64 / the main menu_bm (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  2KB  |  52 lines

  1. 1 rem"          "for bm staff eyes only!(NULL)
  2. 2 poke 808,234:poke 53280,0:poke 53281,0
  3. 20 print"[147][155]"tab(7)"the big mouth - main menu"
  4. 30 print"a - the editorial bit"
  5. 31 print"b - stuff"
  6. 32 print"c - the c64 world"
  7. 33 print"d - simba's c64 reviews"
  8. 34 print"e - the king of pd"
  9. 35 print"f - the big mouth surveys"
  10. 36 print"g - the big mouth missives"
  11. 37 print"h - computers vs consoles"
  12. 38 print"i - zool runs amok"
  13. 39 print"j - the non c64 bits"
  14. 40 print"k - the dirty rotten cheats"
  15. 41 print"l - the big mouth classifieds"
  16. 42 print"m - dots and boxes"
  17. 43 print"n - numbers"
  18. 50 print"     pick a program to load (a-n) ?"
  19. 55 get a$:if a$="" then 55
  20. 60 a=asc(a$):if a-64<1 or a-64>14 then 55
  21. 65 forx=49152 to 49170:ready:poke x,y:nextx
  22. 70 if a-64=12 then 155
  23. 75 print"  loading..."
  24. 76 if a-64=13 then 160
  25. 77 if a-64=14 then 165
  26. 80 sys 49152
  27. 81 data 120,169,013,141,040,003,169,192
  28. 82 data 141,041,003,088,096,238,032,208
  29. 83 data 076,237,246
  30. 84 on a-64 goto 100,105,110,115,120,125,130,135,140,145,150
  31. 85 on a-64 goto 100,105,110,115,120,125,130,135,140,145,150
  32. 99 :
  33. 100 load"th'editorial bit",8,1
  34. 105 load"   - stuff -    ",8,1
  35. 110 load" the c64 world  ",8,1
  36. 115 load"simba's reviews ",8,1
  37. 120 load" the king of pd ",8,1
  38. 125 load" the bm surveys ",8,1
  39. 130 load"the bm missives ",8,1
  40. 135 load"'puters vs 'sles",8,1
  41. 140 load" zool runs amok ",8,1
  42. 145 load"the non c64 bits",8,1
  43. 150 load"the dirty cheats",8,1
  44. 155 print"     turn disk over and press space "
  45. 156 get a$:if a$<>chr$(32) then 156
  46. 157 print"  loading..."
  47. 158 sys 49152
  48. 159 load" bm classifieds ",8,1
  49. 160 print"load"chr$(34)"dots and boxes"chr$(34)",8,1":print"run[145][145][145][145][145][145][145][145]"
  50. 161 end
  51. 165 load"    numbers     ",8
  52.